home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20041116-20060924
/
000384_robert.oo.watson@gmail.com_Wed Jul 12 12:31:19 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!newshub.sdsu.edu!postnews.google.com!m79g2000cwm.googlegroups.com!not-for-mail
From: robert.oo.watson@gmail.com
Newsgroups: comp.protocols.kermit.misc
Subject: Re: File transferring using xmedom
Date: 12 Jul 2006 03:56:43 -0700
Organization: http://groups.google.com
Lines: 35
Message-ID: <1152701803.121523.47440@m79g2000cwm.googlegroups.com>
References: <1150968124.244241.88040@m73g2000cwd.googlegroups.com>
<pan.2006.06.22.15.25.00.961019@era4.eracc.UUCP>
NNTP-Posting-Host: 82.152.54.204
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1152701806 7666 127.0.0.1 (12 Jul 2006 10:56:46 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 12 Jul 2006 10:56:46 +0000 (UTC)
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4,gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 XY01I09
Complaints-To: groups-abuse@google.com
Injection-Info: m79g2000cwm.googlegroups.com; posting-host=82.152.54.204;
posting-account=yqS6-w0AAADAbpnyp3DIFXBoon3WcvY2
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15641
ERACC wrote:
> On Thu, 22 Jun 2006 02:22:04 -0700, robert.oo.watson wrote:
>
> > I have a device which can receive file upload using the XMODEM or
> > XMODEM-1K protocol. I am wondering how to achieve this using kermit,
> > or maybe there are other programs suitable for the job. The platform I
> > am using is Mandrake Linux.
>
> Hi Robert. I have not done this personally, however, one should be able to
> use the programs from the 'lrzsz' package with c-kermit. Here is the
> information about 'lrzsz' on my Mandriva 2006.0:
>
[snip]
Hi,
Thanks for your help. I have figured out how to do this.
- Install lrzsz package (I am using mandrake 10.0).
- Set the kermit as the following:
C-Kermit>set parity none
C-Kermit>set carrier-watch off
C-Kermit>set prefixing all
C-Kermit>set reliable off
C-Kermit>set clearchannel off
C-Kermit>set protocol xmodem {} {} {sx -k %s} {sx -k %s} {rx %s} {rx
%s}
- Send the file with:
C-Kermit>send /binary filename
Best regards,
Robertoo